@media only screen and (min-width: 769px){
.main{padding-top:40px;}
}


@media only screen and (max-width: 768px){
.main{padding-top:60px;}
}